Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][SPARK-29779][SQL] Compact old event log files and cleanup - part 2 #27086

Closed
wants to merge 2 commits into from

Conversation

HeartSaVioR
Copy link
Contributor

What changes were proposed in this pull request?

This patch is the part 2 of SPARK-29779 and only addresses adding filter to handle SQL related events. Please refer the description of PR #27085 to see overall rationalization of this patch.

Below functionalities will be addressed in later parts:

  • integrate compaction into FsHistoryProvider
  • documentation about new configuration

Why are the changes needed?

One of major goal of SPARK-28594 is to prevent the event logs to become too huge, and SPARK-29779 achieves the goal. We've got another approach in prior, but the old approach required models in both KVStore and live entities to guarantee compatibility, while they're not designed to do so.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Added UTs.

@HeartSaVioR HeartSaVioR changed the title [SPARK-29779][SQL] Compact old event log files and cleanup - part 2 [WIP][SPARK-29779][SQL] Compact old event log files and cleanup - part 2 Jan 3, 2020
@HeartSaVioR
Copy link
Contributor Author

HeartSaVioR commented Jan 3, 2020

#27085 is the part 1 of SPARK-29779 - please review it first. Once we merged the part 1, I'll rebase this patch and remove WIP tag.

@SparkQA
Copy link

SparkQA commented Jan 3, 2020

Test build #116071 has finished for PR 27086 at commit 38bffaa.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jan 3, 2020

Test build #116074 has finished for PR 27086 at commit c306711.

  • This patch fails due to an unknown error code, -9.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HeartSaVioR
Copy link
Contributor Author

replaced by #27164

@HeartSaVioR HeartSaVioR deleted the SPARK-29779-part2 branch January 10, 2020 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants